This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
thank you for your response.
I have tried the following with not much success:
1. I changed the script in my second combobox to:
var key = Doc1.getItemValueString("ProjectName")
@DbLookup("","Projects",key,2)
2. I have added a "computed field" with this formula:
var key = Doc1.getItemValueString("ProjectName")
return key
3. I added a second "computed field" with the same formula as the second combobox:
var key = Doc1.getItemValueString("ProjectName")
@DbLookup("","Projects",key,2)
4. I added a link with a "Full refresh" event
and a link with "Save document"-action
Now the behaviour is like this:
-if i "preview" the xPage then all fields except the first combobox are empty
-if i hit the "Full refresh" button after changing the value in the first combobox, no change.
- if i hit the "Save" button, then the two computed fiedls get the correct values. The second combobox is still empty.
-if i open an already existing document from a view, then the comuted fields and also the second combobox have the proper values !
- However if i change the value in the firt combobox no update happens. If i do an full update --> no change. Only if i do a save then at least the two computed fields get updated.
Any idea what i am doing wrong ?
Thank you in advance.
Bye
Lars
Feedback response number WEBB7QVGRE created by ~Ethan Frofoomanikle on 04/07/2009